-
Notifications
You must be signed in to change notification settings - Fork 208
Improve docblocks #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@jmikola you wanna gives this a quick look? |
@@ -45,7 +46,7 @@ public function getId() | |||
} | |||
|
|||
/** | |||
* @see Cursor::getServer() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When implementing an interface or overriding a method, I do this instead of copy/pasting. It's up to you.
Some projects use @inheritDoc
, but I've had mixed results with it and this is more explicit, as any generator should create a hyperlink to the referenced doc block.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmmh.
I'm using this data to create the extension skeleton. Not really keen on making a full fledged javadoc parser :)
Couple of docblock and linting fixes.